home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / drgnsmth.cpt / Dragonsmith 1.1 / Base files / Utilities / StringUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-13  |  268 b   |  11 lines

  1. /*
  2.     StringUtils.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. Boolean PStrToULong (Str255 str, long *num);
  8. void SmartCopyPStr (register unsigned char *p1, register unsigned char *p2);
  9. void CopyPStr (unsigned char *p1, unsigned char *p2);
  10. void AppendPStr (unsigned char *p1, unsigned char *p2);
  11.